func runtime.chunkPageIndex
15 uses
runtime (current package)
mgcscavenge.go#L1110: return i, chunkPageIndex(uintptr(searchAddr))
mpagealloc.go#L117: func chunkPageIndex(p uintptr) uint {
mpagealloc.go#L578: si, ei := chunkPageIndex(base), chunkPageIndex(limit)
mpagealloc.go#L887: if pallocChunkPages-chunkPageIndex(p.searchAddr.addr()) >= uint(npages) {
mpagealloc.go#L891: j, searchIdx := p.chunkOf(i).find(npages, chunkPageIndex(p.searchAddr.addr()))
mpagealloc.go#L894: print("runtime: searchIdx = ", chunkPageIndex(p.searchAddr.addr()), ", p.searchAddr = ", hex(p.searchAddr.addr()), "\n")
mpagealloc.go#L948: pi := chunkPageIndex(base)
mpagealloc.go#L954: si, ei := chunkPageIndex(base), chunkPageIndex(limit)
mpagecache.go#L85: pi := chunkPageIndex(c.base)
mpagecache.go#L133: j, _ := chunk.find(1, chunkPageIndex(p.searchAddr.addr()))
mpagecache.go#L156: cache: ^chunk.pages64(chunkPageIndex(addr)),
mpagecache.go#L157: scav: chunk.scavenged.block64(chunkPageIndex(addr)),
mpagecache.go#L163: cpi := chunkPageIndex(c.base)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |